type runtime.pallocBits
14 uses
runtime (current package)
mpallocbits.go#L129: type pallocBits pageBits
mpallocbits.go#L132: func (b *pallocBits) summarize() pallocSum {
mpallocbits.go#L232: func (b *pallocBits) find(npages uintptr, searchIdx uint) (uint, uint) {
mpallocbits.go#L246: func (b *pallocBits) find1(searchIdx uint) uint {
mpallocbits.go#L268: func (b *pallocBits) findSmallN(npages uintptr, searchIdx uint) (uint, uint) {
mpallocbits.go#L307: func (b *pallocBits) findLargeN(npages uintptr, searchIdx uint) (uint, uint) {
mpallocbits.go#L343: func (b *pallocBits) allocRange(i, n uint) {
mpallocbits.go#L348: func (b *pallocBits) allocAll() {
mpallocbits.go#L353: func (b *pallocBits) free1(i uint) {
mpallocbits.go#L358: func (b *pallocBits) free(i, n uint) {
mpallocbits.go#L363: func (b *pallocBits) freeAll() {
mpallocbits.go#L370: func (b *pallocBits) pages64(i uint) uint64 {
mpallocbits.go#L376: func (b *pallocBits) allocPages64(i uint, alloc uint64) {
mpallocbits.go#L420: pallocBits
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |